*{
    margin: 0;  
    padding: 0;
}
body{
    background-color: #d7dada;
}
::-webkit-scrollbar{
    display: none;
  }
  
/*up*/
.up{
    background-color: whitesmoke;
    border-radius: 50%;
    position: fixed;
    height: 50px;
    width: 50px;
    bottom: 20px;
    right: 20px;
    padding: 5px;
}
.up:hover{
    background-color: rgb(201, 199, 199);
}
/*container*/
.container{
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 56rem;
    padding: 0px 20px 0px 20px;
    flex-direction: column;
    margin-top: 5rem;
    margin-bottom: 10rem;
}
.center{ 
    width: 100%;
    height: 100%;
    display: grid;
    gap: 10px 10px;
    grid-template-columns: auto auto auto;
}
.center > div{
    height:40rem;
    width: 100%;
}
image img{
    height: 10rem;
}
/*banner*/
.banner-ban{
    font-family: Arial, Helvetica, sans-serif;
    width: 90%;
    height: 35rem;
    margin-bottom: 5rem;
}
.banner-ban img{
    width: 100%;
    height: 35rem;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.banner-ban h1{
    text-align: center;
    margin: 10px 0px 10px 0px;
    font-family: "Bebas Neue", serif;
    font-style: italic;
    font-size: 60px;
}
/*grid*/
.colon{
    width: 100%;
    height: 20rem;
    background-color: #ede8e1;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    padding-bottom: 10px;
    margin-bottom: 25;
}
/*image*/
.colon:hover .image >img{
    scale: 1.05; 
    transition: 0.2s scale ease-in-out;
    cursor: pointer;
}
.image{
    width: 100%;
    height: 100%;
}
.image img{
    height: 35em;
    width: 35rem;   
}

/*font*/
.text{
    color:#d0042c;
    font-family: "Bebas Neue", serif;
    font-weight: 500;
}
.price{
    color: #d0042c;
    font-family: "Noto Sans Elbasan", serif;
}

/*MENU*/
/*Logo*/
.logo{
    width:80px;
    height: 80px;
    margin: 0px 2rem 0px 2rem;
    align-items: center;
    display: flex;
    
}
.logo img{
    width:80px;
    height: 80px;
}
.logo h1{
    font-size: 25px;
    font-weight: 500;
    color:black;
}
/*MENU*/
.taskbar{
    position: absolute;
    width: 100%;
    display: block;
    background-color: #d0042c;
}
.bar{
    background-color: #b2222200;
    min-height: 5rem;
    height: auto;  
    font-size: 25px;
    font-family: "Quicksand", cursive;
    font-optical-sizing: auto;
    font-style: normal;
}
#taskbar {
    position: fixed;
    top: 0;
    width: 100%;
    display: block;
    transition: top 0.3s;
  }
.taskbar > div > ul li{
    list-style: none;
    margin-right: 2rem;
    justify-content: space-between;
    display: flex;
    
}
.left-menu{
    display: flex;
    align-items: center;
}
.left-menu li a{
    color: white;
}
.taskbar > div > ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap:50px;
}
.middles{
    display: flex;
}
.shop:hover .bar {
    cursor: pointer;
    background-color: red;
    padding-top: 2rem;
    height: 20rem;
}
/*MENe*/
#menuzz {
    position: fixed;
    top: 0;
    width: 100%;
    transition: transform 0.3s ease-in-out;
    z-index: 1000;
    background-color: white; /* Optional: make sure menu is visible */
  }
  
  .hidden {
    transform: translateY(-100%); /* Moves the menu off the top of the viewport */
  }

/**?
/*MILK TEA ABOUT*/
.milktea-about{
    width: 50%;
    padding-left: 20px;
}
.milktea-banner{
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

/*MILKSHAKE ABOUT*/
.milkshake-about{
    background-color: red;
    width: 50%;
}
/*MENU INSIDE*/
.inside-menu{
    display: flex;
}
.container-menu{
    display: flex;
    justify-content: space-between;
    padding: 20px;
}
.right-choice {
    display: flex;
    gap: 20px;
    animation: appearlogo 0.5s forwards;
}
.right-choice >div{
    height: 14rem;
    width: 14rem;
    border-radius: 10px;
    padding: 10px;
    background-color: antiquewhite;
}
.left-choice{
    display: flex;
    align-items: center;
    gap: 50px;
    padding: 20px;
    animation: appearlogo 0.5s forwards;
    background-color: blanchedalmond;
    border-color: #3b9cc9;
    border-style: solid;
    border-width: 10px;
    border-radius: 10px;
}
.left-choice >div ul li{
    list-style: none;
}
.left{
    display: flex;
    flex-direction: column;
    font-size: 11px;
    gap: 50px;
}
.left-choise >div button{
    background-color: red;
}
.left >div{
    background-color: #032433;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 5px 0px 2px #595238;
}

.right{
    display: flex;
    flex-direction: column;
    font-size: 11px;
    gap: 50px;
}
.right >div{
    background-color: #032433;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 5px 0px 2px #595238;
}
/*UP*/
.up{
    background-color: rgb(88, 87, 87);
    border-radius: 50%;
    position: fixed;
    height: 50px;
    width: 50px;
    bottom: 20px;
    right: 20px;
}
.up:hover{
    background-color: rgb(110, 110, 110);
}
/*animation*/
@keyframes appeardown {
    from { height: 2.5rem; }
    to { height: 25rem; }
}
@keyframes appearup{
    from { height: 25rem; }
    to { height: 2.5rem; }
}
@keyframes appearlogo{
    from{
        opacity: 0;
        transform: translateY(-100px);
    }
    to{
        opacity: 1;
        transform: translateY(0px);
    }
}
@keyframes smalltobig{
    from{
        opacity: 0;
        scale: 0.1;
    }
    to{
        opacity: 1;
        scale:1;
    }
}
@keyframes righttoleft{
    from {
        width: 20%;
    }
    to {
        width: 68%;
    }
}
/*===============================*/
a:visited{
    color: #FFD5C7;
}
a{
    text-decoration: transparent;
}
/*FOOTERS*/
.foot-container{
    background-color: rgb(245, 79, 79);
    display: flex;
    padding: 20px;
}
.banner span{
    font-size: 16px;
    font-family:Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.banner{
    margin-bottom: 20px;
}
.foot-container >div{
    height: 15rem;
    width: 20rem;
}
.social img{
    height: 40px;
    width: 40px;
    
}
.stores ul li{
    list-style: none;
    margin-bottom:15px;
    font-family:'Courier New', Courier, monospace;
}
.stores{
    
}

/*===========*/

.colon{

    display: flex;
}